home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / racpd100.zip / RACPD.DOC < prev    next >
Text File  |  1990-09-11  |  2KB  |  50 lines

  1.  
  2. RACPD -- RemoteAccess Calls Per Day
  3. Copyright 1990, Brian McCormick
  4. ALL RIGHTS RESERVED
  5.  
  6. This software is free, and may be distributed for free to other
  7. people.  Charging a fee for this software is a violation of the
  8. author's copyright.  As usual with software of this nature, no
  9. warranty, either stated or implied, is offered.  By using this
  10. software, you agree that you assume all liability in connection
  11. with its use or misuse.
  12.  
  13. RACPD is designed to provide you with a graph of the number of
  14. calls per day your BBS has received over the last 25 days.  When
  15. I started my own BBS a few months ago, I found that I wanted to
  16. have that information, and I could not find a program to display
  17. it.  As soon as I learned what data structures were involved, I
  18. wrote my own.  I hope you find it useful.
  19.  
  20. This tool is quite easy to use.  You should first add a line to
  21. your BBS batchfile which calls RACPD.  This line should be
  22. executed at least once a day, but your CPD graph will be more
  23. accurate and up to date if you execute it before or after every
  24. user.  The program is quite fast, and does not slow down the
  25. reloading of the BBS significantly.  Secondly, you need to copy
  26. RACPD.EXE to your RA system directory.  RACPD assumes that
  27. SYSINFO.BBS exists in the current directory when it executes.
  28. Now, run RACPD as follows:
  29.  
  30.    RACPD <n>
  31.  
  32. 'N' is an optional parameter which states the number of callers
  33. per day you wish you had.  The graph that RACPD generates will
  34. have a dashed line approximately on the number you specify.  The
  35. default is zero, which causes no "goal line" to be displayed.
  36. If you later decide to change your goal, execute RACPD with the
  37. number you like as a parameter.  RACPD remembers the number by
  38. saving it in its data file RACPD.DAT, so the number you enter
  39. becomes the new default value when no number is given.
  40.  
  41. RACPD generates the following files:
  42.  
  43.       RACPD.DAT    Stores RACPD's internal data.  Erasing this
  44.                    file resets the usage graph.  This is usually
  45.                    not desirable.
  46.  
  47.       RACPD.ASC    RACPD's output graph.  Displayable by RA.
  48.       RACPD.ANS    Reserved for future use.
  49.  
  50.